projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d20d69c
)
* checkdoc.el (checkdoc-comment-style-hooks): Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 23 Oct 2012 17:09:22 +0000
(13:09 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 23 Oct 2012 17:09:22 +0000
(13:09 -0400)
lisp/emacs-lisp/checkdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/checkdoc.el
b/lisp/emacs-lisp/checkdoc.el
index 6250edc8792d79af4a02f70741664c1a31035863..ffa42e97221b2bda2d0923a0de04438a61032c3d 100644
(file)
--- a/
lisp/emacs-lisp/checkdoc.el
+++ b/
lisp/emacs-lisp/checkdoc.el
@@
-286,7
+286,7
@@
DEFUNINFO is the return value of `checkdoc-defun-info'. ENDPOINT is the
location of end of the documentation string.")
(define-obsolete-variable-alias 'checkdoc-comment-style-hooks
- checkdoc-comment-style-functions "24.3")
+
'
checkdoc-comment-style-functions "24.3")
(defvar checkdoc-comment-style-functions nil
"Hook run after the standard comment style check is completed.
Must return nil if no errors are found, or a string describing the